home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
Demos
/
Bombardier_PC
/
DATACH.CST
/
00145_Script_145
< prev
next >
Wrap
Text File
|
1999-03-07
|
292b
|
17 lines
property mySprite,
on new me
-- set mySprite = the spriteNum of me
set mySprite = 39
end
on mouseUp
calctotal
end
on mouseEnter
set the member of sprite mySprite to "total2"
end mouseEnter
on mouseLeave
set the member of sprite mySprite to "total1"
end mouseLeave